home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-08 | 393 b | 22 lines | [TEXT/????] |
- SEND "AT&F2\r"
- WAITFOR "OK" -t300
- SEND "ATS0=0S7=60S10=50M1V1E0X4&D2&C1\\V1\\N6\\Q3\r"
- WAITFOR "OK" -t300
- SEND "ATDT9,5941121\r"
- WAITFOR "CONNECT" -t3600
- DELAY 120
- SEND "@"
- DELAY 20
- SEND "D"
- DELAY 20
- SEND "\r"
- WAITFOR "TERMINAL=" -t3600
- DELAY 20
- SEND "D1\r"
- WAITFOR "@" -t300
- SEND "C your address here,xxx\r"
- WAITFOR "PASSWORD" -t300
- SEND "your password here\r"
- WAITFOR "CONNECT" -t3600
-
-